IAxis.MoveAdditive method

Adds a relative distance based on the last commanded position in the Discrete Motion state. The definition of a commanded position can be found in McSource.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IMoveAdditiveCommand MoveAdditive(
       double distance,
       double velocity,
       double acceleration,
       double deceleration,
       double jerk,
       McBufferMode bufferMode
)
Function MoveAdditive(
       distance As Double,
       velocity As Double,
       acceleration As Double,
       deceleration As Double,
       jerk As Double,
       bufferMode As McBufferMode
)As IMoveAdditiveCommand

Parameters

distance

Type: double

The relative distance for the motion. [unit]

 

velocity

Type: double

The value of the maximum velocity. (not necessarily reached) [unit/second]

 

acceleration

Type: double

The value of the acceleration. The unit is determined by McProfileType. (increasing energy of the motor) [unit/second2] or [second]

 

deceleration

Type: double

The value of the deceleration. The unit is determined by McProfileType. (decreasing energy of the motor) [unit/second2] or [second]

 

jerk

Type: double

The value of the jerk. The unit is determined by McProfileType. [unit/second3] or [second]

 

bufferMode

Type: McBufferMode

Defines how to blend the velocity of two methods.

Return value

Type: IMoveAdditiveCommand

Returns the properties of an additive move.

Remarks

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace